*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 10 Dec 2002 07:40:21 +0000 (07:40 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 10 Dec 2002 07:40:21 +0000 (07:40 +0000)
src/ChangeLog

index 38f2c6c798b9d00a5fbdf81cc73f6aa7e0ed40ac..650df8494e7197f9f516cf65d0184cf7c1aa3e24 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-10  Juanma Barranquero  <lektu@terra.es>
+
+       * editfns.c (Fformat): Use alloca, not _alloca.
+
 2002-12-09  Richard M. Stallman  <rms@gnu.org>
 
        * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
 
        * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
        each stack frame.  This may change as it could be time consuming.
-       
-       * macterm.c (mac_check_for_quit_char, quit_char_comp) 
-       (init_quit_char_handler, mac_determine_quit_char_modifiers) 
+
+       * macterm.c (mac_check_for_quit_char, quit_char_comp)
+       (init_quit_char_handler, mac_determine_quit_char_modifiers)
        (mac_initialize):  Added code to check for pressing of quit_char
        in the OS event queue
 
        * mac.c (sys_select): Call mac_check_for_quit_char every second
        while blocking on select.
-       
+
        * mac.c (sys_read): Use sys_select to test for input first
        before calling read to allow C-g to break